Download the PHP package dconco/phpspa without Composer

On this page you can find all versions of the php package dconco/phpspa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package phpspa

๐Ÿ“ฆ phpSPA - Build Native PHP SPAs Without JavaScript Frameworks

๐Ÿ“› Name

phpSPA lets you build fast, interactive single-page apps using pure PHP โ€” with dynamic routing, component architecture, and no full-page reloads. No JavaScript frameworks required.

License JS Version Documentation GitHub stars PHP Version Total Downloads


๐ŸŽฏ Goal

To empower PHP developers to create modern, dynamic web apps with the elegance of frontend SPA frameworks โ€” but fully in PHP.


๐Ÿงฑ Core Features


โœจ Features


๐Ÿง  Concept


๐Ÿงฉ State Management

You can create persistent state variables inside your components using:

Update state from the frontend:

This will automatically re-render the component on update.


๐Ÿ“ฆ Installation

1. Via Composer (Recommended)

Include the autoloader:

2. Manual

Include the core files:


๐ŸŒ JS Engine (CDN)


๐Ÿš€ Getting Started (with Live Counter)


๐Ÿ›  JS Events


๐Ÿ“š Full Documentation

Looking for a complete guide to phpSPA?

๐Ÿ”— Read the full tutorial and advanced usage on Read the Docs:

๐Ÿ‘‰ https://phpspa.readthedocs.io

The docs include:

Whether you're just getting started or building something advanced, the documentation will walk you through every step.


๐Ÿ“˜ Docs & Links


๐Ÿ“˜ License

MIT License ยฉ dconco


๐Ÿง‘โ€๐Ÿ’ป Maintained by

Dave Conco Simple, fast, and native PHP โ€“ just the way we like it.


๐ŸŒŸ Give Me a Star

If you find phpSPA useful, please consider giving it a star on GitHub! It helps others discover the project and keeps the momentum going ๐Ÿš€

๐Ÿ‘‰ Give us a โญ on GitHub

Your support means a lot! โค๏ธ



All versions of phpspa with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dconco/phpspa contains the following files

Loading the files please wait ....