Download the PHP package mmtaheridev/reginephp without Composer

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

Regine

**An Expressive PHP Library for Crafting Regular Expressions fluently.** [![Latest Version](https://img.shields.io/packagist/v/mmtaheridev/reginephp.svg?style=flat-square)](https://packagist.org/packages/mmtaheridev/reginephp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PHP Version](https://img.shields.io/badge/php-%5E8.3-787CB5.svg?style=flat-square)](https://php.net) [![Tests](https://img.shields.io/badge/tests-passing-brightgreen.svg?style=flat-square)](https://github.com/mmtaheridev/reginephp)

๐Ÿš€ The Problem Regine Solves

Regular expressions are powerful but notoriously difficult to read, write, and maintain. A simple email validation can look like this:

Can you immediately understand what this does? Probably not. And if you need to modify it in 6 months, good luck!

Regine transforms this cryptic pattern into readable, fluent PHP code:

Now it reads like English! ๐ŸŽ‰

๐Ÿ—๏ธ Architecture: Component-Decorator Pattern

Regine uses a clean Component-Decorator architecture that separates concerns:

This design provides:

๐Ÿ“ฆ Installation

Install Regine via Composer:

Requirements:

๐ŸŽฏ Quick Start

Basic Usage

Character Matching

Quantifiers

Character Classes and Ranges

Groups and Alternation

Advanced Features

๐Ÿ” Debugging and Testing

Regine provides excellent debugging capabilities:

๐ŸŽจ Real-World Examples

Email Validation

Phone Number Validation

URL Validation

๐Ÿงช Testing

Regine comes with comprehensive test coverage:

๐ŸŒŸ Future Roadmap

We're building something revolutionary for the PHP ecosystem. Here's what's coming:

๐ŸŽฏ Comprehensive Pattern Library

๐Ÿš€ Enterprise Features

๐Ÿ”ง Developer Experience

Stay tuned - we're just getting started! ๐Ÿš€

๐Ÿค Contributing

We welcome contributions!.

Development Setup

๐Ÿ“„ License

Regine is open-sourced software licensed under the MIT license.

๐Ÿ™ Acknowledgments


Made with โค๏ธ by Mohammad Mahdi Taheri โญ **Star this repo if you find it useful!** โญ

All versions of reginephp with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
ext-mbstring Version *
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 mmtaheridev/reginephp contains the following files

Loading the files please wait ...