Download the PHP package lcsng/amanda without Composer

On this page you can find all versions of the php package lcsng/amanda. 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 amanda

Amanda - A Lightweight PHP Routing Library

πŸš€ Amanda is a powerful and flexible PHP routing library that dynamically maps URLs to template files without requiring manual route definitions. It provides a simple yet robust way to handle requests, making web development faster and more efficient.


πŸ“Œ Key Features

βœ… Auto-routing – No need to manually define routes; Amanda maps URLs to templates automatically.
βœ… Customizable & Lightweight – Easily modify template paths and routing logic.
βœ… Dedicated Public Directory – Follows best practices by keeping core files separate from publicly accessible assets.
βœ… Seamless Integration – Works with both existing PHP projects and new installations.


πŸ“₯ Installation

1️⃣ Install Amanda as a Full Project

Amanda should be installed in a server directory that is not publicly accessible. You can install it using:

This will create a my-site/ directory containing all necessary files and folders.


πŸ“‚ Folder Structure

Amanda follows this directory setup:

Folder Placement Notes:
πŸ”Ή my-site/ is not the document rootβ€”it is the server directory.
πŸ”Ή public_html/ is the document root, where web requests are directed.
πŸ”Ή Users can place Amanda anywhere that fits their project structure.


πŸš€ Getting Started

1️⃣ Place Your Templates

Simply put your .php or .html files inside the amanda/amanda_templates/ directory. Amanda will automatically route them based on the requested URL.

For example:

2️⃣ Configure Routing (Optional)

Modify the amanda_routers/artd.php file to override defaults:


πŸ“š Documentation

For full documentation, visit lcs.ng/amanda.


🀝 Contributing

  1. Fork the repository.
  2. Make your changes.
  3. Submit a pull request.

πŸ“œ License

Amanda is licensed under GPL-3.0-or-later, meaning it is free to use, modify, and distribute while ensuring derivatives remain open-source.


πŸ“§ Contact & Support

πŸ“Œ Author: Chinonso Frewen Justice (JCFuniverse)
πŸ“§ Email: [email protected]
🌐 Website: lcs.ng/amanda


All versions of amanda with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
lcsng/external Version ^1.0.1
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 lcsng/amanda contains the following files

Loading the files please wait ....