Download the PHP package maspriyono/php-cmis-client without Composer
On this page you can find all versions of the php package maspriyono/php-cmis-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maspriyono/php-cmis-client
More information about maspriyono/php-cmis-client
Files in maspriyono/php-cmis-client
Package php-cmis-client
Short Description PHP CMIS client library based on CMIS 1.1
License Apache-2.0
Homepage https://phabricator.dkd.de/diffusion/PHPCMIS/
Informations about the package php-cmis-client
PHP CMIS Client
PHP CMIS Client is a port of OpenCMIS (Java) to PHP. Interfaces are mostly the same so most OpenCMIS examples should be also usable for this PHP CMIS Library.
Some basic examples can be found in the example folder (code is not nice but shows how it works).
The functionality is not complete yet but still under development.
Currently implemented Services
- RepositoryService
- [x] getRepositories (getRepositoryInfos)
- [x] getRepositoryInfo
- [x] getTypeChildren
- [x] getTypeDescendants
- [x] getTypeDefinition
- [x] updateType
- [x] createType
- [x] deleteType
- NavigationService
- [x] getChildren
- [x] getDescendants
- [x] getFolderTree
- [x] getFolderParent
- [x] getObjectParents
- [x] getCheckedOutDocs
- ObjectService
- [x] createDocument
- [x] createDocumentFromSource
- [x] createFolder
- [x] createItem
- [x] createRelationship
- [ ] createPolicy
- [ ] getAllowableActions
- [x] getObject
- [x] getProperties
- [x] getObjectByPath
- [x] getContentStream
- [x] getRenditions
- [x] updateProperties
- [ ] bulkUpdateProperties
- [x] moveObject
- [x] deleteObject
- [x] deleteTree
- [x] setContentStream
- [ ] appendContentStream
- [x] deleteContentStream
- MultifilingService
- [ ] addObjectToFolder
- [ ] removeObjectFromFolder
- DiscoveryService
- [x] query
- [x] getContentChanges
- VersioningService
- [ ] checkOut
- [ ] cancelCheckOut
- [ ] checkIn
- [ ] getObjectOfLatestVersion
- [ ] getPropertiesOfLatestVersion
- [ ] getAllVersions
- RelationshipService
- [x] getObjectRelationships
- PolicyService
- [ ] applyPolicies
- [ ] removePolicy
- [ ] getAppliedPolicies
- AclSservice
- [ ] getACL
- [ ] applyACL
LICENSE
Copyright 2014 Sascha Egerer - dkd Internet Service GmbH http://www.dkd.de
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This PHP CMIS Client library is part of the ForgetIT project: http://www.forgetit-project.eu/
The ForgetIT project is funded by the EC within the 7th Framework Programme under the objective "Digital Preservation" (GA 600826).
All versions of php-cmis-client with dependencies
dkd/enumeration Version ~0.1
dkd/php-populate Version ~1.0
guzzlehttp/guzzle Version 6.0
guzzlehttp/streams Version ~3.0
league/url Version ~3.2
doctrine/cache Version ~1.4