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) [![Documentation](https://img.shields.io/badge/docs-read%20the%20docs-blue.svg?style=for-the-badge)](https://phpspa.tech) [![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) [![PHP Version Require](https://poser.pugx.org/dconco/phpspa/require/php)](https://packagist.org/packages/dconco/phpspa) [![Latest Stable Version](https://poser.pugx.org/dconco/phpspa/v)](https://packagist.org/packages/dconco/phpspa) [![Code Size](https://img.shields.io/github/languages/code-size/dconco/phpspa?label=Project%20Size)](https://github.com/dconco/phpspa) ![Lines of Code](https://raw.githubusercontent.com/dconco/phpspa/master/badge/loc.svg) ![GitHub Language Count](https://img.shields.io/github/languages/count/dconco/phpspa?label=Total%20Languages%20Used)
## ✨ **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 3: Start Development Server

🎉 **That's it!** Your PhpSPA application is now running locally. **Open your browser and start building amazing components!**

🚀 Quick Start

If you want to set up PhpSPA manually, maybe in an existing project, follow these steps:

Install

Namespace

First you need to include the namespace at the beginning of your app.

Create Component

Setup App


⚡ Native Compression (C++ FFI)

To enable the fastest HTML/CSS/JS compression, add this to your php.ini:

Then add this line to your code:

You’ll see X-PhpSPA-Compression-Engine: native in response headers when active.


🎨 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
PhpSPA is dependency-free, which makes it extra fast
🛡️ SEO Ready
Server-rendered for search engines
⚙️ Framework Agnostic
Works with any PHP setup

📚 Learn More

🔗 Complete Documentation — Full tutorials, examples and guides

👉 API References — Detailed API documentation for all PhpSPA features

📦 Packagist — Installation and versions


🤝 Contributing

We welcome contributions from the community! Whether you want to add new hooks, fix bugs, or improve documentation, your help is appreciated.

👉 Read our Contributing Guide to get started




## ✨ 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.4
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 ...