Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadpauzi/attribute-php-8
Learn Attribute on PHP 8 by creating simple http handling (mvc, api).
https://github.com/muhammadpauzi/attribute-php-8
mvc oop php php-attributes php-native routing
Last synced: 30 days ago
JSON representation
Learn Attribute on PHP 8 by creating simple http handling (mvc, api).
- Host: GitHub
- URL: https://github.com/muhammadpauzi/attribute-php-8
- Owner: muhammadpauzi
- License: mit
- Created: 2022-06-24T15:19:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T10:36:18.000Z (over 2 years ago)
- Last Synced: 2024-11-05T19:19:00.319Z (3 months ago)
- Topics: mvc, oop, php, php-attributes, php-native, routing
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attribute PHP 8
Learn Attribute on PHP 8 by creating simple http handling (mvc, api).
**How to Install :**
- Clone this repo by using Git or you can just download the zip file
```sh
git clone https://github.com/muhammadpauzi/attribute-php-8.git
# and make sure to move inside the directory
cd attribute-php-8
```- Run composer dump-autoload
```sh
composer dump-autoload
```- Run local PHP server
```sh
php -S 127.0.0.1:8080
# or
php -S localhost:8080
```