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 - Component-Based PHP Library ### _Component-Based PHP Library for Modern Web Applications_ **Build dynamic, interactive web applications using reusable PHP components with state management and SPA-like behavior โ€” no JavaScript frameworks required.**
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](LICENSE) [![Version](https://img.shields.io/badge/version-1.1.7-green.svg?style=for-the-badge)](https://github.com/dconco/phpspa-js) [![Documentation](https://img.shields.io/badge/docs-read%20the%20docs-blue.svg?style=for-the-badge)](https://phpspa.readthedocs.io) [![GitHub stars](https://img.shields.io/github/stars/dconco/phpspa?style=for-the-badge&color=yellow)](https://github.com/dconco/phpspa) [![PHP Version](https://img.shields.io/packagist/v/dconco/phpspa?style=for-the-badge&color=purple)](https://packagist.org/packages/dconco/phpspa) [![Downloads](https://img.shields.io/packagist/dt/dconco/phpspa?style=for-the-badge&color=orange)](https://packagist.org/packages/dconco/phpspa) [![PHP Tests](https://github.com/dconco/phpspa/actions/workflows/php-tests.yml/badge.svg)](https://github.com/dconco/phpspa/actions/workflows/php-tests.yml)
## โœจ **Key Features**
๐Ÿงฉ Components
Reusable & Modular
Build once, use everywhere
๐Ÿง  State
Reactive Updates
Auto-sync state changes
โšก Performance
Zero Full Reloads
SPA-like experience
๐ŸŽฏ Simple
Minimal Setup
Works out of the box

๐Ÿš€ Getting Started

### ๐ŸŽฏ **Ready to Jump In? Start with our Template!** _Get up and running in 30 seconds with a complete phpSPA example_
๐Ÿ“ฆ Clone Template
Pre-configured project structure
โšก Instant Setup
Dependencies + server ready

Step 1: Clone the Template

Step 2: Install Dependencies

Step 3: Start Development Server

๐ŸŽ‰ **That's it!** Your phpSPA application is now running locally. **Open your browser and start building amazing components!**

๐Ÿš€ Quick Start

Install

Create Component

Setup App


๐Ÿงช Testing


๐ŸŽจ What You Get

๐Ÿงฑ Component Architecture
Clean, reusable PHP components
๐Ÿ”„ Reactive State
Auto-updating UI with simple state management
๐ŸŒ SPA Navigation
Smooth page transitions without reloads
๐Ÿชถ Lightweight
Just one small JavaScript file
๐Ÿ›ก๏ธ SEO Ready
Server-rendered for search engines
โš™๏ธ Framework Agnostic
Works with any PHP setup

๐Ÿ“š Learn More

๐Ÿ”— Complete Documentation โ€” Full tutorials, examples, and API reference

๐Ÿ‘‰ GitHub Repository โ€” Source code and issues

๐Ÿ“ฆ Packagist โ€” Installation and versions




## โœจ Crafted with Precision By ### Dave Conco _Building modern web applications with the simplicity of PHP_

GitHub Twitter Email Website


**โญ If you find phpSPA useful, please give it a star!** [![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](LICENSE)

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 ....