Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-puppet-studios/phframework
A PHP framework for building better PHP Applications.
https://github.com/the-puppet-studios/phframework
Last synced: 1 day ago
JSON representation
A PHP framework for building better PHP Applications.
- Host: GitHub
- URL: https://github.com/the-puppet-studios/phframework
- Owner: The-Puppet-Studios
- License: mit
- Created: 2024-09-15T19:14:46.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T19:18:36.000Z (2 months ago)
- Last Synced: 2024-09-15T20:31:56.167Z (2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHFramework
PHFramework is a framework for PHP to build better applications.To get started, run:
```bash
git clone https://github.com/The-Puppet-Studios/phframework
```
Go to the src dir, copy the files, and run the code in another directory. It will create a project with the required files.
Run `php .phframework/Server.php` which will start the development server.