Download the PHP package anchorcms/anchor-cms without Composer

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

No Longer Maintained

Unfortunately we have been able to maintain this project for sometime. We advise that you consider using alternative platforms and should no longer consider this project production ready.

Thanks for everyones support and contributions over the years.


Anchor CMS

Anchor is a super-simple, lightweight blog system, made to let you just write. Check out the site or checkout the documentation here.

Requirements

To determine your PHP version, create a new file with this PHP code: // version.php or run php -v in the command line. This will print your version number to the screen.

Installation

  1. Ensure that you have the required components.
  2. Download Anchor either from here, by cloning this Github repo or by running:

  3. Upload Anchor through FTP/SFTP or whatever upload method you prefer to the public-facing directory of your site.
  4. Ensure that the permissions for the content and anchor/config folders are set to 0775 and that all files belong to the web user or is a part of the same group as the web user.
  5. Create a database for Anchor to install to. You may name it anything you like. The method for database creation varies depending on your webhost but may require using PHPMyAdmin or Sequel Pro. If you are unsure of how to create this, ask your host.
  6. Navigate your browser to your Anchor installation URL, if you have placed Anchor in a sub directory make sure you append the folder name to the URL: http://MYDOMAINNAME.com/anchor
  7. Follow the installer instructions.
  8. For security purposes, delete the install directory when you are done.

Problems?

If you can't install Anchor, check the forums; there's probably someone there who's had the same problem as you, and the community is always happy to help. Additionally, check out the documentation.

Contributing

If you'd like to help out and contribute to this project, please take a look at the contributing guidelines. All information you need to get started should be included in there. If you have any questions then create an issue, make a forum post or message us directly.

Feature Requests:

If you would like to add submit a feature request then please go to our Feathub page.

Feature Requests


All versions of anchor-cms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
ircmaxell/random-lib Version ^1.1
ircmaxell/password-compat Version ^1.0
indigophp/hash-compat Version ^1.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 anchorcms/anchor-cms contains the following files

Loading the files please wait ....