https://github.com/pyxol/pulsar
The bedrock application for using the Magnetar framework.
https://github.com/pyxol/pulsar
Last synced: about 1 year ago
JSON representation
The bedrock application for using the Magnetar framework.
- Host: GitHub
- URL: https://github.com/pyxol/pulsar
- Owner: pyxol
- License: mit
- Created: 2023-07-13T21:08:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T19:59:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T21:25:30.044Z (over 1 year ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulsar
The bedrock application for using the [Magnetar](https://github.com/pyxol/magnetar) framework.
### About Magnetar
Magnetar is a robust PHP framework for creating highly scalable, blazing fast web apps. The framework utilizes [dependency injection](https://php-di.org/doc/understanding-di.html) and a DI container by way of an application layer with an interchangeable kernel for multi-interface use. [Facades](https://en.wikipedia.org/wiki/Facade_pattern) 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
1. Clone the repository `git clone https://github.com/pyxol/pulsar.git`
2. Using CLI navigate into the newly created `pulsar` directory
3. Run `docker-compose up -d`
4. View the website at [http://localhost/](http://localhost/)
#### Manual
1. Clone the repository `git clone https://github.com/pyxol/pulsar.git`
2. Using CLI navigate into the newly created `pulsar` directory
3. Install [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) if needed
4. Install the framework using either `composer install` or `php composer.phar install` depending on your environment.
5. Point your web server to the `public` directory
6. View the website using your web server's URL
### Issues
If you run into any issues, please [open an issue](https://github.com/pyxol/pulsar/issues).