https://github.com/zaphyr-org/framework
A PHP framework based on ZAPHYR repositories.
https://github.com/zaphyr-org/framework
framework php zaphyr
Last synced: 12 months ago
JSON representation
A PHP framework based on ZAPHYR repositories.
- Host: GitHub
- URL: https://github.com/zaphyr-org/framework
- Owner: zaphyr-org
- License: mit
- Created: 2023-10-07T16:16:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T14:34:13.000Z (about 1 year ago)
- Last Synced: 2025-03-23T15:43:42.286Z (about 1 year ago)
- Topics: framework, php, zaphyr
- Language: PHP
- Homepage: https://zaphyr.org
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
> [!WARNING]
> The framework does not yet have a stable version. It is still under development.





# Framework
A PHP framework based on ZAPHYR repositories.
## System Requirements
You need `PHP => 8.1.0` but the latest stable version of PHP is recommended.
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the framework repository.
```console
composer require zaphyr-org/framework
```
## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/framework/latest/welcome).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Issues
Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/framework/issues).
## Security
If you discover security related issues, please email security@zaphyr.org **instead of using the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/docs/contributing) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/docs/code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.