pyxol / pulsar
A base implementation of the Magnetar framework.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- pyxol/magnetar: <1.0.0
Requires (Dev)
- phpunit/phpunit: ^10.2
README
The bedrock application for using the Magnetar framework.
About Magnetar
Magnetar is a robust PHP framework for creating highly scalable, blazing fast web apps. The framework utilizes dependency injection and a DI container by way of an application layer with an interchangeable kernel for multi-interface use. Facades provide easy access to common functionality like databases and configuration. The framework also provides foundational logic for HTTP routing, multiple database adaptors, templating, cache, and more.
Getting Started
Docker
- Clone the repository
git clone https://github.com/pyxol/pulsar.git
- Using CLI navigate into the newly created
pulsar
directory - Run
docker-compose up -d
- View the website at http://localhost/
Manual
- Clone the repository
git clone https://github.com/pyxol/pulsar.git
- Using CLI navigate into the newly created
pulsar
directory - Install Composer if needed
- Install the framework using either
composer install
orphp composer.phar install
depending on your environment. - Point your web server to the
public
directory - View the website using your web server's URL
Issues
If you run into any issues, please open an issue.