Skip to content

Commit cfaeea6

Browse files
authored
Update README.md
1 parent 8cd2d5d commit cfaeea6

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
1-
# API-Monster
2-
The fastest API framework for PHP
1+
# API Monster
2+
3+
API-Monster is a high-performance PHP framework designed specifically for building APIs. It provides a fast, secure, and easy-to-use environment for developing robust API applications. With API-Monster, you can take advantage of its powerful routing system inspired by Laravel, along with essential components such as a MySQL class, an HTTP class, and a Cipher class for encoding and decoding data.
4+
5+
## Features
6+
7+
- **Fast**: API-Monster is built with performance in mind, allowing you to develop high-speed APIs.
8+
- **Secure**: Security is a top priority, and API-Monster includes features to ensure the safety of your API applications.
9+
- **Easy**: API-Monster follows an intuitive and straightforward syntax, making it easy for developers to get started quickly.
10+
- **Routing**: Take advantage of the robust routing system similar to Laravel, allowing you to define API endpoints and handle HTTP requests efficiently.
11+
- **MySQL Class**: API-Monster provides a MySQL class that simplifies database interactions, making it easier to work with MySQL databases.
12+
- **HTTP Class**: The HTTP class in API-Monster offers convenient methods for sending HTTP requests and handling responses.
13+
- **Cipher Class**: The Cipher class allows you to encode and decode data, adding an extra layer of security to your API.
14+
- **Controllers**: API-Monster supports the use of controllers, enabling you to organize your API logic into separate classes for better code structure and maintainability.
15+
- **Object-Oriented Programming (OOP) Syntax**: API-Monster follows modern PHP conventions and utilizes OOP syntax, promoting clean and reusable code.
16+
17+
## Getting Started
18+
19+
To get started with API-Monster, you can use Composer to create a new project. Simply run the following command:
20+
21+
```
22+
composer create-project darkphp/apimonster myapp
23+
```
24+
25+
## GitHub Repository
26+
27+
API-Monster is hosted on GitHub. You can find the repository at:
28+
29+
[https://github.com/ReactMVC/API-Monster](https://github.com/ReactMVC/API-Monster)
30+
31+
## Developer
32+
33+
API-Monster is developed by Hossein Pira. For any inquiries or support, you can reach out to the developer via the following channels:
34+
35+
36+
- Telegram: [@h3dev](https://t.me/h3dev)

0 commit comments

Comments
 (0)