Download the PHP package fater/typography without Composer

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

Make your text tidier with PHP Typography

GitHub Workflow Status GitHub tag (latest by date) GitHub release GitHub code size in bytes GitHub PHP Version Require

"Typography" is an open source PHP software that automatically can format your text. It can place spaces and correct mechanical errors in the text, replace characters and brackets. This software can be useful for people who are engaged in the production and formatting of texts for public purposes, such as web pages, promotional materials, presentations, resumes, news, public posts, etc.

Using the "Typography" allows you to significantly reduce the time for correcting and formatting the text, since the service automatically processes all the necessary actions. In addition, "Typography" guarantees high accuracy and quality of correction, which helps to avoid punctuation errors.

This can be especially useful for professional writers, journalists, advertisers and other people whose work is related to text content.

Table Of Contents

Requirements

Installation

Install with composer:

Usage Examples

To run "Typography" with default formatting rules use this code example:

Create your own formatting rule

If you want to make special formatting rules you can make class from base rule template:

Add your rule to default formatting rules

Add your rule to the list of handlers to use it:

if you want to use only your rule

At the beginning clear all rules list, add your rule to the list of handlers to use it:

The above example will output:

Roadmap

v. 1.x

v. 2.x

Supports of formatting plain text and HTML code

Changelog

Read Changelog in releases list to know all product changes.

License

License MIT, see more details in LICENSE


All versions of typography with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
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 fater/typography contains the following files

Loading the files please wait ....